ext4: cleanup unlink_filename function
authorStefan Brüns <[email protected]>
Sun, 9 Oct 2016 18:15:26 +0000 (20:15 +0200)
committerTom Rini <[email protected]>
Mon, 24 Oct 2016 12:04:36 +0000 (08:04 -0400)
commit15bf8c4f93020663b443b817a0192498bd9cd3f0
tree4273fe678bec4a5a42ed17474951f9ca476c5926
parent6637cb7691e55fcf139ba9ff528f60909b9b838c
ext4: cleanup unlink_filename function

Use the same variable names as in search_dir, to make purpose of variables
more obvious.

Signed-off-by: Stefan Brüns <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
fs/ext4/ext4_common.c